Skip to content

Conversation

@VindeeR
Copy link
Contributor

@VindeeR VindeeR commented Nov 20, 2025

Commit removing unused code spread over Autosubmit and adding fix for integration tests that were broke test locally

Adding @kinow to this PR since he wants to detach some unused code from a branch he's working on

Check List

  • I have read CONTRIBUTING.md.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to pyproject.toml.
  • Tests are included (or explain why tests are not needed).
  • Changelog entry included in CHANGELOG.md if this is a change that can affect users.
  • Documentation updated.
  • If this is a bug fix, PR should include a link to the issue (e.g. Closes #1234).

@VindeeR VindeeR added this to the 4.1.17 milestone Nov 20, 2025
@VindeeR VindeeR added enhancement New feature or request working on Someone is working on it labels Nov 20, 2025
if 'password' not in kwargs:
kwargs['password'] = password
kwargs['look_for_keys'] = False
kwargs['allow_agent'] = False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is harmless, and Erick's environment has something different in his ssh-agent and/or ssh config that prevents him from running the tests. It shouldn't cause any issues to others here as we don't rely on ssh-agent or config, and instead connect using the password directly for the Docker container.

@kinow
Copy link
Member

kinow commented Nov 20, 2025

Found one place where I think test_fs_operations could be sharing the same directory among tests. Fixed that one, let's see what fails next.

@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.56%. Comparing base (188e520) to head (d8016d8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2713      +/-   ##
==========================================
+ Coverage   70.50%   70.56%   +0.05%     
==========================================
  Files          86       86              
  Lines       19805    19746      -59     
  Branches     3849     3828      -21     
==========================================
- Hits        13964    13933      -31     
+ Misses       4852     4824      -28     
  Partials      989      989              
Flag Coverage Δ
fast-tests 70.56% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Refactor working on Someone is working on it

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants